home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’95 / Reminder Manager / Danger.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-14  |  506 b   |  21 lines  |  [TEXT/KAHL]

  1.  
  2. /* *******************************
  3.  
  4. File: Danger.h
  5. Function: Header file for this Alert
  6. History: 11/12/89 Original by Prototyper.  
  7.  
  8.   This is a STOP alert, it is used to inform the user that data is about to be lost.
  9.   It is also used for fatal type errors and tells the user about the error.
  10.   
  11.   Set the ParamText before calling!
  12.   
  13.   It returns TRUE if the user wants "Try Anyway."
  14.   It returns FALSE if the user wants "Don't Bother."
  15.  
  16. ******************************* */
  17.  
  18.  
  19. extern int A_Danger(void);
  20.  
  21.